home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / CLINIC / APP1U.DFM / APP1U.txt
Text File  |  1997-04-28  |  842b  |  41 lines

  1. object ControllerMainForm: TControllerMainForm
  2.   Left = 5
  3.   Top = 335
  4.   Width = 604
  5.   Height = 141
  6.   Caption = 'ControllerMainForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 8
  15.     Top = 16
  16.     Width = 217
  17.     Height = 81
  18.     Caption = '&Locate && activate other app'#39's main window'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object Button2: TButton
  23.     Left = 232
  24.     Top = 16
  25.     Width = 241
  26.     Height = 81
  27.     Caption = '&Locate && activate other app'#39's secondary window'
  28.     TabOrder = 1
  29.     OnClick = Button2Click
  30.   end
  31.   object Button3: TButton
  32.     Left = 480
  33.     Top = 16
  34.     Width = 105
  35.     Height = 81
  36.     Caption = '&Locate Excel 3'
  37.     TabOrder = 2
  38.     OnClick = Button3Click
  39.   end
  40. end
  41.